From 04ba238a2d2fe6c2148deed3377216a369e65720 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 20 Dec 2008 15:59:50 +0000 Subject: [PATCH] (Fmake_terminal_frame): Raise an error when called from a graphical frame on Windows. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame.c b/src/frame.c index 8af3e4bf35f..db8874f5280 100644 --- a/src/frame.c +++ b/src/frame.c @@ -684,7 +684,7 @@ affects all frames on the same terminal device. */) abort (); #else /* not MSDOS */ -#if 0 /* This should work now! */ +#ifdef WINDOWSNT /* This should work now! */ if (sf->output_method != output_termcap) error ("Not using an ASCII terminal now; cannot make a new ASCII frame"); #endif -- 2.30.2